/**
* Template Name: Medilab - v4.3.0
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #f1f7fd;
}

a {
  color: #0b2b6a;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Swipe to appear button
--------------------------------------------------------------*/
.swipe-to-appear {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.swipe-to-appear.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0b2b6a;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Pop Up Toast
--------------------------------------------------------------*/
.toast-bawah {
  position: fixed;
  right: 15px;
  bottom: 125px;
  z-index: 996;
}

.toast-paling-bawah {
  background-color: #009961;
  position: fixed;
  right: 15px;
  bottom: 75px;
  z-index: 996;
}

.toast-atas {
  position: fixed;
  right: 15px;
  top: 125px;
  z-index: 996;
}

.toast-paling-atas {
  background-color: #009961;
  position: fixed;
  right: 15px;
  top: 75px;
  z-index: 996;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  transition: all 0.4s;
  background: #0b2b6a;
  box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #0b2b6a;
}

#topbar .contact-info i {
  color: #0b2b6a;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #0b2b6a;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 30px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #0b2b6a;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
  -webkit-box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
  -moz-box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
  /*cincin biru terang*/
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.blue-btn {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #dcf2fe;
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  background-color: #0f61a8;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  margin-left: 20px;
  box-shadow: 0px 5px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 5px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 5px 16px -6px rgba(114, 4, 207, 1);
}

.blue-btn:hover {
  background: linear-gradient(to bottom, #0b2b6a 5%, #0f61a8 100%);
  background-color: #0b2b6a;
  color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(114, 4, 207, 0.75);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(114, 4, 207, 0.75);
  -moz-box-shadow: 0px 0px 4px 2px rgba(114, 4, 207, 0.75);
}
.blue-btn:active {
  position: relative;
  top: 1px;
}

@media (max-width: 575.98px) {
  /*Handphone*/
  .blue-btn {
    padding: 6px 24px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .blue-btn {
    margin-left: 20px;
  }
}

.pink-btn {
  box-shadow: 0px 10px 14px -7px #f06f78;
  background: linear-gradient(to bottom, #ffa7ad 5%, #ffa7ad 100%);
  background-color: #ffa7ad;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f06f78;
}
.pink-btn:hover {
  background: linear-gradient(to bottom, #ffa7ad 5%, #ffa7ad 100%);
  background-color: #ffa7ad;
}
.pink-btn:active {
  position: relative;
  top: 1px;
}

.red-btn {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #e7181a;
  background: linear-gradient(to bottom, #e7181b 5%, #c7022a 100%);
  background-color: #c7022a;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #dc143c;
}
.red-btn:hover {
  background: linear-gradient(to bottom, #c7022a 5%, #e7181b 100%);
  background-color: #e7181b;
  color: #fff;
}
.red-btn:active {
  position: relative;
  top: 1px;
}

.yellow-btn {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #f9c72e;
  background: linear-gradient(to bottom, #f9c62e 5%, #ffb13b 100%);
  background-color: #f9c62e;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #231f20;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f9c62e;
}
.yellow-btn:hover {
  background: linear-gradient(to bottom, #ffb13b 5%, #f9c62e 100%);
  background-color: #ffb13b;
  color: #231f20;
}
.yellow-btn:active {
  position: relative;
  top: 1px;
}

.orange-btn {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #f9c72e;
  background: linear-gradient(to bottom, #f9c62e 5%, #ffb13b 100%);
  background-color: #ff9b08;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #231f20;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f9c62e;
}
.orange-btn:hover {
  background: linear-gradient(to bottom, #ffb13b 5%, #f9c62e 100%);
  background-color: #ffb13b;
  color: #231f20;
}
.orange-btn:active {
  position: relative;
  top: 1px;
}

.green-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  box-shadow: inset 0px 1px 0px 0px #006a4e;
  background: linear-gradient(to bottom, #009961 5%, #006a4e 100%);
  background-color: #009961;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #009961;
}
.green-btn:hover {
  background: linear-gradient(to bottom, #006a4e 5%, #009961 100%);
  background-color: #006a4e;
  color: #fff;
}
.green-btn:active {
  position: relative;
  top: 1px;
}

mark.blue {
  background-color: #f1f7fd;
}

mark.green {
  background-color: #edfbf0;
}

mark.orange {
  background-color: #ff9b08;
}

mark.red {
  background-color: #f8e6e7;
}

mark.yellow {
  background-color: #ffecb7;
}

mark.orange {
  background-color: #ffdab9;
}

span.red {
  color: e7181a;
}

span.rounded-blue {
  background-color: #0b2b6a;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-bluenude {
  background-color: #68ade2;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-pinknude {
  background-color: #ffa7ad;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-grey {
  background-color: #aaaaaa;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-orange {
  background-color: #ff9b08;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-green {
  background-color: #006a4e;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-red {
  background-color: #e7181a;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

span.rounded-yellow {
  background-color: #f9c72e;
  color: #231f20;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

/*bikini disable*/
.bikini-disable-btn {
  color: #fff;
  margin-top: 14px;
  padding: 6px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  background-color: #cccccc;
  color: #666666;
  box-shadow: inset 0px 0px 15px 3px #adadad;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .bikini-disable-btn {
    margin-top: 14px;
    padding: 6px 18px;
  }
}

/*bikin button blue*/
.bikini-btn {
  color: #fff;
  margin-top: 14px;
  padding: 6px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  box-shadow: inset 0px 1px 0px 0px #dcf2fe;
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  background-color: #0f61a8;
  border-radius: 50px;
}

.bikini-btn:hover {
  background: #166ab5;
  color: #fff;
  /*cincin biru terang*/
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

@media (max-width: 768px) {
  .bikini-btn {
    margin-top: 14px;
    padding: 6px 18px;
  }
}

/*bikini outline*/
.bikini-outline-btn {
  color: #666666;
  margin-top: 14px;
  padding: 6px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  border-radius: 50px;
}

.bikini-outline-btn:hover {
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  background-color: #e9e9e9;
  /*cincin biru terang*/
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

@media (max-width: 768px) {
  .bikini-outline-btn {
    margin-top: 14px;
    padding: 6px 18px;
  }
}

/*bikini red*/
.bikini-red-btn {
  color: #fff;
  margin-top: 14px;
  padding: 6px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  background-color: #f24537;
  border-radius: 50px;
}

.bikini-red-btn:hover {
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  background-color: #c62d1f;
  /*cincin biru terang*/
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0psx 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

@media (max-width: 768px) {
  .bikini-red-btn {
    margin-top: 14px;
    padding: 6px 18px;
  }
}

/*bikini yellow*/
.bikin-yellow-btn {
  color: #fff;
  margin-top: 14px;
  padding: 6px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  box-shadow: inset 0px 1px 0px 0px #dcf2fe;
  background: linear-gradient(to bottom, #f9c62e 5%, #ffb13b 100%);
  background-color: #0f61a8;
  border-radius: 50px;
}

.bikin-yellow-btn:hover {
  background: #166ab5;
  color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

@media (max-width: 768px) {
  .bikin-yellow-btn {
    margin-top: 14px;
    padding: 6px 18px;
  }
}

/*bikini green*/
.bikini-green-btn {
  color: #fff;
  margin-top: 14px;
  padding: 6px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  background-color: #009961;
  border-radius: 50px;
}

.bikini-green-btn:hover {
  background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
  background-color: #5cb811;
  /*cincin biru terang*/
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0psx 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

@media (max-width: 768px) {
  .bikini-green-btn {
    margin-top: 14px;
    padding: 6px 18px;
  }
}

.big-btn {
  background-color: #dc143c;
  border-radius: 42px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Verdana;
  font-size: 17px;
  font-weight: bold;
  padding: 26px 69px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.big-btn:hover {
  background-color: #5cbf2a;
}
.big-btn:active {
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #0b2b6a;
  border-color: #0b2b6a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #0b2b6a;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #0b2b6a;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #0b2b6a;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background-size: cover;
  margin-bottom: -200px;
}

#hero.index {
  width: 100%;
  height: 90vh;
  background: url("../img/hero2.jpg") top center;
  background-size: cover;
  margin-bottom: -200px;
}

#hero.index:before {
  content: "";
  height: 90vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  /*text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);*/
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

#hero h1.uncommon {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgb(255, 255, 255) 0px -1px 4px, rgb(255, 255, 0) 0px -2px 10px,
    rgb(0, 0, 255) 0px -10px 20px, rgb(0, 0, 255) 0px -18px 40px;
  --darkreader-inline-color: #e8e6e3;
  --darkreader-inline-bgimage: initial;
  --darkreader-inline-bgcolor: #262a2b;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
  /*text-shadow: 0px 4px 8px rgba(44,73,100,0.6);*/
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

#hero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  padding: 10px 30px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  border-radius: 50px;
}

#hero p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 10px;
  font-size: 12px;
}

#hero form {
  margin-top: 0px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #0b2b6a;
}

#hero form input[type="tel"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#hero form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-family: "Raleway", sans-serif;
  -webkit-box-shadow: 0px 18px 7px -15px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 18px 7px -15px rgba(114, 4, 207, 1);
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  background-color: #0b2b6a;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}

#hero span.bg-blues {
  background-color: #0b2b6a;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

#hero span.yellow {
  color: #f9c72e;
}

#hero .btn-get-started {
  margin-top: 20px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  background-color: #0b2b6a;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 35px;
  -webkit-box-shadow: 0px 18px 7px -15px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 18px 7px -15px rgba(114, 4, 207, 1);
}

#hero .btn-get-started:hover {
  background: linear-gradient(to bottom, #0b2b6a 5%, #0f61a8 100%);
  background-color: #0f61a8;
  -webkit-box-shadow: 0px 18px 7px -15px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 18px 7px -15px rgba(32, 191, 240, 1);
}
#hero .btn-get-started:active {
  position: relative;
  top: 1px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started {
    margin-top: -10px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# hero-resume Section
--------------------------------------------------------------*/

#hero-resume {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (min-width: 992px) {
  #hero-resume {
    padding-left: 160px;
  }
}

/*#hero-resume:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero-resume h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #0f61a8;
}

#hero-resume p {
  color: #0f61a8;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero-resume p span {
  color: #000;
  letter-spacing: 1px;
}

#hero-resume .social-links {
  margin-top: 30px;
}

#hero-resume .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #0f61a8;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero-resume .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 992px) {
  #hero-resume {
    text-align: center;
  }
  #hero-resume h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero-resume p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*section {
  padding: 60px 0;
  overflow: hidden;
}*/

.section-bg {
  background-color: #f1f7fd;
}

.content-inner {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2.dumpil {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  margin-bottom: 10px;
  background: #e7f1fd;
  color: #0b2b6a;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h2.tengah {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2.tengah::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2.tengah::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0b2b6a;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title h2.kiri {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #002347;
  font-family: "Poppins", sans-serif;
}
.section-title h2.kiri::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #0b2b6a;
  margin: 4px 10px;
}
.section-title p.kiri {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

.section-title h1.kiri {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
/* category-box */
.category-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  top: 0;
}
.category-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.category-box:after {
  /*content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  opacity: 0.6;*/
}

.category-box .top-lefts span {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 9px;
}

.category-box .icon-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  width: 100%;
}

.category-box .icon-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
  text-shadow: 0px 0px 16px rgba(114, 4, 207, 1);
}

.category-box .icon-content h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0b2b6a;
  bottom: 0;
  left: calc(50% - 20px);
}

.category-box .dlab-tilte {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.category-box .icon-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #0b2b6a;
  line-height: 16px;
}

.category-box.radius-no {
  border-radius: 0;
}
.category-box .icon-bx {
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: rgb(220, 242, 254);
  background: linear-gradient(
    180deg,
    rgba(220, 242, 254, 1) 0%,
    rgba(241, 247, 253, 1) 100%
  );
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

.breadcrumbs .video-box {
  position: relative;
}

.breadcrumbs .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0b2b6a 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.breadcrumbs .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.breadcrumbs .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.breadcrumbs .play-btn:hover::after {
  border-left: 15px solid #0b2b6a;
  transform: scale(20);
}

.breadcrumbs .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #0b2b6a;
  border-radius: 4px;
  border: 0.59 px inset #0b2b6a;
  color: #fff;
  box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
  box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
  -webkit-box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
  -moz-box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #0b2b6a;
  background: #fff;
  box-shadow: 0px 0px 17px -3px rgba(114, 4, 207, 1) inset;
  -webkit-box-shadow: 0px 0px 17px -3px rgba(114, 4, 207, 1) inset;
  -moz-box-shadow: 0px 0px 17px -3px rgba(114, 4, 207, 1) inset;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 0.37 px outset #dcf2fe;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0b2b6a;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Program
--------------------------------------------------------------*/

.programs .programs-boxes {
  box-sizing: content-box;
  min-height: 350px;
  padding: 30px;
  border-radius: 4px;
  border: 0.59 px inset #0b2b6a;
  color: #fff;
}

.programs .programs-boxes h4 {
  padding: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.programs .programs-boxes .icon-programs {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 0.37 px outset #dcf2fe;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.programs .programs-boxes .icon-programs i {
  font-size: 40px;
  color: #0b2b6a;
  margin-bottom: 30px;
}

.programs .programs-boxes .top-lefts span {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 9px;
}

/*--------------------------------------------------------------
# Recommend
--------------------------------------------------------------*/
.recommend {
  /*background: #fff;*/
  padding: 10px 0;
}
.recommend .member {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}
.recommend .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.recommend .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}
.recommend .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.recommend .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.recommend .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}
.recommend .member .social a {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
  display: inline-block;
}
.recommend .member .social a:hover {
  color: #fff;
}
.recommend .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.recommend .member:hover .member-info {
  background: linear-gradient(
    0deg,
    rgba(12, 17, 26, 0.9) 0%,
    rgba(20, 29, 43, 0.8) 20%,
    rgba(0, 212, 255, 0) 100%
  );
  opacity: 1;
  transition: 0.4s;
}
.recommend .member:hover .member-info-content {
  bottom: 160px;
  transition: bottom 0.4s;
}
.recommend .member:hover .social {
  bottom: 90px;
  transition: bottom ease-in-out 0.4s;
}

/*tulisan dibawah*/
.recommend .member .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.recommend .member .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.recommend .member .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}
.recommend .member .details .socials {
  height: 40px;
}
.recommend .details .socials i {
  line-height: 0;
  margin: 0 2px;
}
.recommend .member .details a {
  color: #fff;
}
.recommend .member .details a:hover {
  color: #f82249;
}
.recommend .member:hover .details {
  bottom: -200px;
  transition: 0.4s;
}

/*new top left*/
.recommend .member .top-lefts span {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 9px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about img {
}

.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px outset #0b2b6a;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #0b2b6a;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #0b2b6a;
  border-color: #0b2b6a;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #0b2b6a;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0b2b6a 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #0b2b6a;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Impact Section
--------------------------------------------------------------*/
.about-impact h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about-impact .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about-impact .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-impact .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about-impact .content ul {
  list-style: none;
  padding: 0;
}

.about-impact .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about-impact .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about-impact .content p:last-child {
  margin-bottom: 0;
}

.about-impact .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(
    var(--color-primary) 50%,
    rgba(0, 131, 116, 0.4) 52%
  );
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-impact .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-impact .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-impact .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about-impact .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: 0.37 px outset #dcf2fe;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #0b2b6a;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item blockquote {
  color: #000;
  background-color: #dcf2fe;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid #0f61a8;
  margin: 40px 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #dcf2fe;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

.resume .resume-item .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0b2b6a 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.resume .resume-item .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.resume .resume-item .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.resume .resume-item .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.resume .resume-item .play-btn:hover:after {
  border-left: 15px solid #0b2b6a;
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  border-radius: 3px;
  padding: 80px 20px;
  -webkit-transition: all 0.7s 0s ease-in-out;
  -moz-transition: all 0.7s 0s ease-in-out;
  -o-transition: all 0.7s 0s ease-in-out;
  transition: all 0.7s 0s ease-in-out;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #0b2b6a;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f8c641; /*#7204cf*/
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #0b2b6a;
  border-color: #0b2b6a;
  box-shadow: 0px 0 25px 0 rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0 25px 0 rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0 25px 0 rgba(32, 191, 240, 1);
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #0b2b6a;
}

.services .icon-box:hover .icon::before {
  background: #20bff0;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.features .icon-box:hover {
  box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
  -webkit-box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
  -moz-box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}
.features .icon-box:hover a {
  color: #0b2b6a;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #0b2b6a;
  box-shadow: 0px 0px 4px 2px rgba(19, 126, 194, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(19, 126, 194, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(19, 126, 194, 1);
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background-color: #009961;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 20px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
  box-shadow: 0px 0px 27px 2px rgba(11, 43, 106, 1);
  -webkit-box-shadow: 0px 0px 27px 2px rgba(11, 43, 106, 1);
  -moz-box-shadow: 0px 0px 27px 2px rgba(11, 43, 106, 1);
}

.appointment .php-email-form button[type="submit"]:disabled {
  background-color: #cccccc;
  color: #666666;
  box-shadow: inset 0px 0px 15px 3px #adadad;
}

/*--------------------------------------------------------------
# Mentors
--------------------------------------------------------------*/
.mentors .testimonials-carousel,
.mentors .testimonials-slider {
  overflow: hidden;
}
.mentors .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.mentors .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.mentors .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.mentors .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.mentors .testimonial-item .quote-icon-left,
.mentors .testimonial-item .quote-icon-right {
  color: #00cc95;
  font-size: 26px;
}
.mentors .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.mentors .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.mentors .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

/*tambahan*/
.mentors .testimonial-item .member {
}

.mentors .testimonial-item .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.mentors .testimonial-item .member .pic img {
  /*transition: ease-in-out 0.3s;*/
}
.mentors .testimonial-item .member:hover img {
  /*transform: scale(1.1);*/
}
.mentors .testimonial-item .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}
.mentors .testimonial-item .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.mentors .testimonial-item .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mentors .testimonial-item .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.mentors .testimonial-item .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mentors .testimonial-item .member .social button {
  box-shadow: inset 0px 0px 15px 3px #23395e;
  background: linear-gradient(to bottom, #2e466e 5%, #415989 100%);
  background-color: #2e466e;
  border-radius: 17px;
  border: 1px solid #1f2f47;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.mentors .testimonial-item .member .social button:hover {
  background: linear-gradient(to bottom, #415989 5%, #2e466e 100%);
  background-color: #415989;
}
.mentors .testimonial-item .member .social button:active {
  position: relative;
  top: 1px;
}

.mentors .testimonial-item .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}
.mentors .testimonial-item .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.mentors .testimonial-item .member .social a:hover {
  background: #009970;
}
.mentors .testimonial-item .member .social a + a {
  margin-left: 8px;
}
/*end tambahan*/

.mentors .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.mentors .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b2b6a;
}
.mentors .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #0b2b6a;
}

.departments .nav-link.active {
  color: #0b2b6a;
  border-color: #0b2b6a;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #0b2b6a;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.doctors .member {
  position: relative;
  padding: 30px;
  min-height: 330px;
  border-radius: 10px;
  border: 0.59 px inset #0b2b6a;
  box-shadow: 0px 6px 15px 0px rgba(32, 191, 240, 0.75);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(32, 191, 240, 0.75);
  -moz-box-shadow: 0px 6px 15px 0px rgba(32, 191, 240, 0.75);
}

.doctors .member .pic img {
  overflow: hidden;
  width: 200px;
  min-height: 80px;
  min-width: 100px;
  border-radius: 50%;
}

.doctors .member .pic img {
  /*transition: ease-in-out 0.3s;*/
}

.doctors .member:hover img {
  /*transform: scale(1.1);*/
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member .subtitle {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member .subtitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #0b2b6a;
  box-shadow: 0px 0px 12px 5px rgba(127, 184, 255, 0.75);
  -webkit-box-shadow: 0px 0px 12px 5px rgba(127, 184, 255, 0.75);
  -moz-box-shadow: 0px 0px 12px 5px rgba(127, 184, 255, 0.75);
}

.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq h2 {
  text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px;
  --darkreader-inline-color: rgba(232, 230, 227, 0.6);
  --darkreader-inline-bgimage: initial;
  --darkreader-inline-bgcolor: #535a5d, 2px 2px 2px rgba(44, 73, 100, 0);
  color: #2c4964;
}

.faq .faq-list span.bg-blues {
  background-color: #0b2b6a;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0b2b6a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# faqs
--------------------------------------------------------------*/
.faqs {
  padding: 0;
}
.faqs .content {
  padding: 60px 100px 0 100px;
}
.faqs .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.faqs .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.faqs .content p {
  font-size: 15px;
  color: #848484;
}
.faqs .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}
.faqs .accordion-list {
  padding: 0 100px 60px 100px;
}
.faqs .accordion-list ul {
  padding: 0;
  list-style: none;
}
.faqs .accordion-list li + li {
  margin-top: 15px;
}
.faqs .accordion-list li {
  padding: 20px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
}
.faqs .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.faqs .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faqs .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faqs .accordion-list .icon-show {
  display: none;
}
.faqs .accordion-list a.collapsed {
  color: #343a40;
}
.faqs .accordion-list a.collapsed:hover {
  color: #062487;
}
.faqs .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.faqs .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .faqs .content,
  .faqs .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .faqs {
    /* img {
      padding-top: 30px;
    } */
  }
  .faqs .content {
    padding-top: 30px;
  }
  .faqs .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 0.59 px inset #0b2b6a;
  box-shadow: 0px 0px 4px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(32, 191, 240, 1);
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 1.5px solid #fff;
  position: absolute;
  left: -45px;
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b2b6a;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Testimonials-impact Section
--------------------------------------------------------------*/
.testimonials-impact .testimonial-wrap {
  padding-left: 10px;
}

.testimonials-impact .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  /*  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0px 0px 4px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(32, 191, 240, 1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.testimonials-impact .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials-impact .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials-impact .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials-impact .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials-impact .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials-impact .testimonial-item .quote-icon-left,
.testimonials-impact .testimonial-item .quote-icon-right {
  color: #2487ce;
  font-size: 26px;
  line-height: 0;
}

.testimonials-impact .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials-impact .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials-impact .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials-impact .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-impact .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials-impact .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
}

@media (max-width: 767px) {
  .testimonials-impact .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials-impact .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials-impact .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 50px;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0b2b6a;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item video {
  position: relative;
  top: 0;
}

.portfolio .portfolio-item iframe {
  position: relative;
  top: 0;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0b2b6a;
  padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f7c2cc;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
.portfolio .portfolio-item:hover img {
  top: -30px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider video {
  width: 100%;
}

.portfolio-details .portfolio-details-slider iframe {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b2b6a;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# galleries Section
--------------------------------------------------------------*/
#galleries {
  padding: 60px;
  overflow: hidden;
}
#galleries .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#galleries .swiper-pagination img {
  border-radius: 15px;
}

#galleries .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b2b6a;
}
#galleries .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
}
#galleries .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  #galleries .swiper-wrapper {
    padding: 40px 0;
  }
  #galleries .swiper-slide-active {
    border: 5px solid #0b2b6a;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}

/*--------------------------------------------------------------
# Galeria Section
--------------------------------------------------------------*/
.galeria {
  margin-top: 40px;
}

.galeria .galeria-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.galeria .galeria-item img {
  transition: 0.3s;
}

.galeria .galeria-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.galeria .galeria-links .preview-link,
.galeria .galeria-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.galeria .galeria-links .preview-link:hover,
.galeria .galeria-links .details-link:hover {
  color: #fff;
}

.galeria .galeria-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.galeria .galeria-item:hover .galeria-links {
  opacity: 1;
}

.galeria .galeria-item:hover .preview-link,
.galeria .galeria-item:hover .details-link {
  margin-top: 0;
}

.galeria .galeria-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.galeria .video-box {
  /*tambahan*/
  position: relative;
}

.galeria .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0b2b6a 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.galeria .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.galeria .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.galeria .play-btn:hover::after {
  border-left: 15px solid #0b2b6a;
  transform: scale(20);
}

.galeria .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Gallery Single Section
--------------------------------------------------------------*/
.gallery-single .portfolio-details-slider img {
  width: 100%;
  border-radius: 15px;
}

.gallery-single
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.gallery-single
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
}

.gallery-single .swiper-button-prev,
.gallery-single .swiper-button-next {
  width: 48px;
  height: 48px;
}

.gallery-single .swiper-button-prev:after,
.gallery-single .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.gallery-single .swiper-button-prev:hover:after,
.gallery-single .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
  .gallery-single .swiper-button-prev,
  .gallery-single .swiper-button-next {
    display: none;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background-color: #fff;
  text-align: center;
  padding: 30px 0 32px 0;
  border-radius: 4px;
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
}

.contact .info-box i {
  font-size: 32px;
  color: #0b2b6a;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #76b5ee;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .contact .php-email-form {
    margin-bottom: 25px;
  }
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus,
.contact .php-email-form select:focus {
  border: 0.75 px outset #dcf2fe;
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form select {
  padding: 12px 15px;
  color: #575757;
}

.contact .php-email-form input[type="checkbox"] {
  padding: 10px;
}

.contact .php-email-form button[type="submit"] {
  background: #006a4e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
}

.contact .php-email-form button[type="submit"]:disabled {
  background-color: #cccccc;
  color: #666666;
  box-shadow: inset 0px 0px 15px 3px #adadad;
}

.contact .php-email-form button[type="submit"]:active {
  box-shadow: inset 0px 1px 0px 0px #006a4e;
  background: linear-gradient(to bottom, #009961 5%, #006a4e 100%);
  background-color: #009961;
}

.contact .php-email-form .form-text {
  font-weight: 50px;
  font-size: 10px;
  color: #aaaaaa;
  margin-top: -20px;
  margin-bottom: 20px;
}

.contact .php-email-form .form-check {
  font-weight: 50px;
  font-size: 12px;
  color: #437099;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# overview 
--------------------------------------------------------------*/
.overview {
  padding-bottom: 30px;
}

.overview .container {
  /*box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
}

.overview .video-box img {
  padding: 15px 0;
  background-size: cover;
}

.overview .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.overview .about-content {
  padding: 40px;
}

.overview .icon-box + .icon-box {
  margin-top: 40px;
}

.overview .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.overview .icon-box .icon i {
  color: #0b2b6a;
  font-size: 32px;
}

.overview .icon-box:hover .icon {
  background: #0b2b6a;
}

.overview .icon-box:hover .icon i {
  color: #fff;
}

.overview .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.overview .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.overview .icon-box .title a:hover {
  color: #0b2b6a;
}

.overview .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.overview .video-box {
  position: relative;
}

.overview .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0b2b6a 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.overview .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.overview .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.overview .play-btn:hover::after {
  border-left: 15px solid #0b2b6a;
  transform: scale(20);
}

.overview .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.pricing .title-box .title-sub-title {
  background: rgba(30, 87, 199, 0.1);
  padding: 7px 22px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
}

.pricing .title-box .text-primary {
  color: #0b2b6a !important;
}

.pricing .title-box .title-heading {
  font-size: 30px;
  max-width: 450px;
  margin: 0 auto;
}

.pricing .pricing-box {
  position: relative;
  padding: 30px 40px;
  box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
  -webkit-box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
  -moz-box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
}

.pricing .pricing-box .pricing-title {
  font-size: 25px;
}

.pricing .pricing-box .pricing-title .f-13 {
  font-size: 13px;
  color: #aaaaaa;
}

.pricing .pricing-box .fw-normal {
  font-weight: 500 !important;
  font-style: bold;
}

.pricing .pricing-box .fw-16 {
  font-size: 16px;
}

.pricing .pricing-box .pricing-img img {
  height: 110px;
}

.pricing .pricing-tab-border {
  border: 1px solid #e6effe;
  background: #ffffff;
}

.pricing .nav-link {
  color: #0b2b6a;
}

.pricing .nav-link.active,
.show > .nav-link {
  background-color: #0b2b6a !important;
}

/*.pricing .pricing-box .btn-primary {
  background: #0B2B6A;
  border-color: #0B2B6A !important;
  font-size: 14px;
  font-weight: 500;
}*/

.pricing .pricing-box .btn-primary {
  box-shadow: inset 0px 0px 15px 3px #23395e;
  background: linear-gradient(to bottom, #2e466e 5%, #415989 100%);
  background-color: #0b2b6a;
  border-radius: 5px;
  border: 1px solid #1f2f47;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 5px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.pricing .pricing-box .btn-primary:hover {
  background: linear-gradient(to bottom, #415989 5%, #2e466e 100%);
  background-color: #415989;
}
.pricing .pricing-box .btn-primary:active {
  position: relative;
  top: 1px;
}

.pricing .pricing-box .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing .pricing-box .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -60px;
  top: 28px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #0b2b6a;
}

.pricing .pricing-box.active {
  transform: scale(1.08);
  z-index: 2;
}

.pricing .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #0b2b6a;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff; /*#444444*/
  font-size: 14px;
  background: #0b2b6a;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #050d36; /*fff*/
  /*background: url('../img/footer2.jpg') center center;*/
  color: #fff; /*tambahan*/
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  font-family: "Nunito", sans-serif;
  color: #fff; /*tambahan*/
}

#footer .footer-top .footer-contact img {
  max-height: 40px;
}

#footer .footer-top .footer-contact h4 {
  color: #f9c72e; /*tambahan*/
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  /*color: #777777;*/
  color: #fff; /*tambahan*/
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  /*color: #444444;*/
  color: #f9c72e; /*tambahan*/
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /* color: #1c84e3; */
  color: #fff; /*tambahan*/
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  /*color: #777777;*/
  color: #fff; /*tambahan*/
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  /*color: #0B2B6A;*/
  color: #1c84e3;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
  color: #f9c72e; /*tambahan*/
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #0b2b6a;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="tel"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-family: "Raleway", sans-serif;
  /*box-shadow:inset 0px 1px 0px 0px #0B2B6A;*/
  /*background:linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);*/
  /* background-color:#1c84e3; */
  box-shadow: inset 0px 1px 0px 0px #075e54;
  background: linear-gradient(to bottom, #075e54 5%, #25d366 100%);
  background-color: #075e54;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: linear-gradient(to bottom, #0b2b6a 5%, #0f61a8 100%);
  background-color: #0b2b6a;
  color: #fff;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-link a {
  font-size: 18px;
  display: inline-block;
  background: #f9c72e;
  color: #fff;
  /* color: #0B2B6A; */
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 24%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-link a:hover {
  background: #f9c72e;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 0px 10px 2px rgba(114, 4, 207, 0.75), inset;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(114, 4, 207, 0.75), inset;
  -moz-box-shadow: 0px 0px 4px 2px rgba(114, 4, 207, 0.75), inset;
}

/*--------------------------------------------------------------
# OC Category
--------------------------------------------------------------*/

.oc .oc-list ul {
  padding: 0;
  list-style: none;
}

.oc .oc-list li + li {
  margin-top: 15px;
}

.oc .oc-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.oc .oc-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.oc .oc-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.oc .oc-list .icon-show,
.oc .oc-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.oc .oc-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.oc .oc-list .icon-show {
  display: none;
}

.oc .oc-list a.collapsed {
  color: #343a40;
}

.oc .oc-list a.collapsed:hover {
  color: #0b2b6a;
}

.oc .oc-list a.collapsed .icon-show {
  display: inline-block;
}

.oc .oc-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .oc .oc-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
inner-page
--------------------------------------------------------------*/
.inner-page {
}

.inner-page a.inner-btn {
  border-radius: 17px 100px 100px 17px;
  background: #e7181a;
  color: #fff;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-style: bold;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
  -webkit-box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
  -moz-box-shadow: 0px 0px 27px -3px rgba(11, 43, 106, 1) inset;
}

.inner-page ul {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #2c4964;
}

.inner-page .content i {
  color: #e7181a;
}

.inner-page .content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2c4964;
}

.inner-page .content h4:after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #0b2b6a;
  margin: 4px 10px;
}

.inner-page .content span {
  color: #e7181a;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 575.98px) {
  .inner-page .content h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .inner-page .content h4:after {
    display: none;
  }
}

.inner-page p.blogs {
  font-weight: 300;
  font-size: 22px;
}

.inner-page p.blogs b {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover {
  box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
  -webkit-box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
  -moz-box-shadow: 0px 6px 5px -1px rgba(114, 4, 207, 0.75);
}

.featured-services .icon-box:hover::before {
  background: #0b2b6a;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #0b2b6a;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/* Graduations Section
--------------------------------*/
.graduations {
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

.graduations::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.graduations .container {
  position: relative;
  z-index: 10;
}

.graduations .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-bottom: 20px;
  min-height: 435px;
  box-shadow: 0px 6px 5px -1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 6px 5px -1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 6px 5px -1px rgba(32, 191, 240, 1);
}

.graduations .about-col .img {
  position: relative;
}

.graduations .about-col .img img {
  border-radius: 4px 4px 0 0;
}

.graduations .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0b2b6a;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.graduations .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

.graduations .about-col:hover .icon {
  background-color: #fff;
}

.graduations .about-col:hover i {
  color: #0b2b6a;
}

.graduations .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

.graduations .about-col h2 a {
  color: #000;
}

.graduations .about-col h2 a:hover {
  color: #0b2b6a;
}

.graduations .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: 10px;
  border: 1px solid #eef0ef;
  margin-bottom: 20px;
  box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
}

.courses .course-item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #0b2b6a;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #0b2b6a;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

/*.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}*/

.courses .trainer span {
  margin: 3px;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

.courses .course-content a.btn-primary {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 17px;
  border-radius: 50px;
  margin-left: 0px;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #fff;
  background: #0b2b6a;
}

.courses .course-content a.btn-primary:hover {
  box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
}

/*--------------------------------------------------------------
# Bar-bottom
--------------------------------------------------------------*/
.bar-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.bar-bottom .price b {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #0b2b6a;
}

.bar-bottom .btn-bottom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #009961 5%, #006a4e 100%);
  background-color: #009961;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 22px;
}

@media (max-width: 768px) {
  .btn-bottom {
    font-size: 10px;
    padding: 6px 18px;
  }
}

.bar-bottom .btn-bottom:hover {
  background: linear-gradient(to bottom, #006a4e 5%, #009961 100%);
  background-color: #006a4e;
  color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

.bar-bottom .btn-bottom:active {
  position: relative;
  top: 1px;
}

.bar-bottom .btn-bottom:focus {
  margin-left: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #009961 5%, #006a4e 100%);
  background-color: #009961;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
  padding: 0;
  margin-bottom: 0px;
}
.cta .container {
  padding: 80px;
  background: #0b2b6a;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
}
@media (max-width: 992px) {
  .cta .container {
    padding: 60px;
  }
}

@media (max-width: 575.98px) {
  .cta h2.kiri:after {
    display: none;
  }
}

.cta .content h3 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}
.cta .content h3 em {
  font-style: normal;
  position: relative;
}
.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(249, 199, 46, 0.78);
  z-index: -1;
}
.cta .content p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.cta .content p em {
  font-style: normal;
  position: relative;
  color: #f9c72e;
}

.cta .content li.list-group-item {
  background: transparent;
  color: #0b2b6a;
}
.cta .content li.list-group-item span {
  font-weight: bold;
  color: #006a4e;
}
.cta .content li.list-group-item i {
  color: #006a4e;
}
.cta .content .cta-btn {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #f9c72e;
  background: linear-gradient(to bottom, #f9c62e 5%, #ffb13b 100%);
  background-color: #f9c62e;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #231f20;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f9c62e;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}
.cta .content .cta-btn:hover {
  background: linear-gradient(to bottom, #ffb13b 5%, #f9c62e 100%);
  background-color: #ffb13b;
  color: #231f20;
}
.cta .content .cta-btn:active {
  position: relative;
  top: 1px;
}

.cta .img {
  position: relative;
}
.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(254, 254, 254, 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}
.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(254, 254, 254, 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}
.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# ctas
--------------------------------------------------------------*/
.ctas {
  background: #0f61a8;
  background-size: cover;
  padding: 60px 0;
}
.ctas h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.ctas h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.ctas p {
  color: #fff;
}
.ctas span.yellow {
  color: #f9c72e;
  font-weight: bold;
}
.ctas .ctas-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.ctas .ctas-btn-2 {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 0px 1px 0px #cf866c;
  background: linear-gradient(to bottom, #e7181b 5%, #bc3315 100%);
  background-color: #e7181b;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  padding: 15px 18px;
  text-decoration: none;
  text-shadow: 0px 1px 49px #854629;
}

.ctas .ctas-btn:hover {
  background: #fff;
  color: #2487ce;
}

.ctas .ctas-btn-2:hover {
  background: linear-gradient(to bottom, #bc3315 5%, #e7181b 100%);
  background-color: #bc3315;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0px 6px 5px -1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 6px 5px -1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 6px 5px -1px rgba(32, 191, 240, 1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# upgradepro
--------------------------------------------------------------*/
.upgradepro .testimonials-carousel,
.upgradepro .testimonials-slider {
  overflow: hidden;
}
.upgradepro .testimonial-item article {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 15px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  overflow: hidden;
}

.upgradepro .testimonial-item .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.upgradepro .testimonial-item .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.upgradepro .testimonial-item .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.upgradepro .testimonial-item .title a {
  color: #0b2b6a;
  transition: 0.3s;
}

.upgradepro .testimonial-item .title a:hover {
  color: #2487ce;
}

.upgradepro .testimonial-item .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.upgradepro .testimonial-item .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.upgradepro .testimonial-item .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}
/*end tambahan*/

.upgradepro .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.upgradepro .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b2b6a;
}
.upgradepro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-post article hr {
  border: none;
  border-top: 1px dotted #f00;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 50%;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: #0b2b6a;
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: #2487ce;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}
.recent-blog-posts .post-box .meta {
  margin-top: 15px;
}
.recent-blog-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: #0b2b6a;
}
.recent-blog-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}
.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}
.recent-blog-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(var(--color-secondary-dark-rgb), 0.7);
}
.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}
.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
  color: #0b2b6a;
}
.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Prove
--------------------------------------------------------------*/

.prove .card {
  margin-bottom: 20px;
  box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(32, 191, 240, 1);
}

.prove .card h4.card-title {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.prove .card h4.card-title::after {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  background: #0b2b6a;
  margin: 4px 10px;
}

.prove .card h5.card-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .prove .card h4.card-title::after {
    display: none;
  }
}

/*--------------------------------------------------------------
# Offcanvas Bottom
--------------------------------------------------------------*/

.offcanvas-bottom {
  border-radius: 20px;
  min-height: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.offcanvas-body.contact {
  /*min-height: 86%;*/
}

/*--------------------------------------------------------------
# progress
--------------------------------------------------------------*/
.progress {
  height: 100%;
}

.progress .testimonials-carousel,
.progress .testimonials-slider {
  overflow: hidden;
}
.progress .testimonial-item {
  margin: 30px 15px;
  min-height: 400px;
  border-radius: 10px;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.progress .testimonial-item .card {
  min-height: 525px;
}

.progress .testimonial-item .card h4.card-title {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.progress .testimonial-item .card h4.card-title::after {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  background: #0b2b6a;
  margin: 4px 10px;
}

.progress .testimonial-item .card h5.card-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .progress .testimonial-item .card h4.card-title::after {
    display: none;
  }
}

.progress .testimonial-item .quote-icon-left,
.progress .testimonial-item .quote-icon-right {
  color: #00cc95;
  font-size: 26px;
}
.progress .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.progress .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.progress .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.progress .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.progress .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b2b6a;
}
.progress .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b2b6a;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

/*--------------------------------------------------------------
page-section & Timeline
--------------------------------------------------------------*/
.page-section {
  padding: 6rem 0;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4,
.timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}
#venue .container-fluid {
  margin-bottom: 3px;
}
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}
#venue .venue-gallery-container {
  padding-right: 12px;
}
#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}
#venue .venue-gallery:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Bar-top
--------------------------------------------------------------*/
.bar-top {
  width: 100%;
  z-index: 12;
  padding: 16px;
}

.bar-top .price b {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #0b2b6a;
}

.bar-top .btn-bottom {
  margin-left: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #009961 5%, #006a4e 100%);
  background-color: #009961;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
}

.bar-top .btn-bottom:hover {
  background: linear-gradient(to bottom, #006a4e 5%, #009961 100%);
  background-color: #006a4e;
  color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(32, 191, 240, 1);
}

.bar-top .btn-bottom:active {
  position: relative;
  top: 1px;
}

.bar-top .btn-bottom:focus {
  margin-left: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #009961 5%, #006a4e 100%);
  background-color: #009961;
  border-radius: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
}

/*--------------------------------------------------------------
# Well
--------------------------------------------------------------*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Jumbotron
--------------------------------------------------------------*/
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding-bottom: 30px;
}

.blog .entry {
  background-color: #fff;
  font-family: "Poppins";
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 13px;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  color: #0b2b6a;
}

.blog .entry .entry-title a {
  color: #0b2b6a;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #0f61a8;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #a1a1a1;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 17px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #dcf2fe;
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  background-color: #0f61a8;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  margin-left: 20px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e6573f;
}

.blog .entry .entry-content h2 {
  font-size: 24px;
  margin-top: 30px;
  font-weight: bold;
  color: #0b2b6a;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
  color: #0b2b6a;
}

.blog .entry .entry-content h4 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  color: #0b2b6a;
}

.blog .entry .entry-content blockquote {
  /*overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;*/
  text-align: center;
  padding: 45px 80px 50px;
  position: relative;
  margin: 40px 0 40px;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .blockquote-cite .info h5 {
  font-size: 18px;
  margin: 0 0 3px;
  font-style: normal;
}

@media (max-width: 1199.98px) {
  .blog .entry .entry-content blockquote .blockquote-cite .info h5 {
    font-size: 16px;
  }
}

.blog .entry .entry-content blockquote .blockquote-cite .info span {
  display: block;
  font-size: 14px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::before,
blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-image: url(../img/bg/blockquote.png);
}

.blog .entry .entry-content blockquote::after {
  top: auto;
  bottom: 0;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #cecece;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #0f61a8;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 13px;
  box-shadow: 0px 9px 16px -6px rgba(255, 188, 222, 0.8);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(255, 188, 222, 0.8);
  -moz-box-shadow: 0px 9px 16px -6px rgba(255, 188, 222, 0.8);
}

.blog .blog-author img {
  width: 100px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
  margin-left: 10px;
}

.blog .blog-author hr {
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog .blog-author .social-links {
  /*  margin: 0 0 5px 140px;*/
  color: #0b2b6a;
  margin-left: 10px;
}

.blog .blog-author .social-links a {
  color: #bababa;
  margin-left: 10px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
  margin-left: 10px;
}

.blog .blog-comments {
  margin-bottom: 30px;
  background-color: #fff;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #0f61a8;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #bababa;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 50px;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
}

.blog .blog-comments .reply-form select {
  border-radius: 50px;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
  color: #2c4964;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 23px;
  padding: 10px 12px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  font-family: "Raleway", sans-serif;
  box-shadow: inset 0px 1px 0px 0px #dcf2fe;
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  background-color: #0f61a8;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  margin-left: 20px;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background: linear-gradient(to bottom, #0b2b6a 5%, #0f61a8 100%);
  background-color: #0b2b6a;
  color: #fff;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #0f61a8;
  border: 1px solid #0f61a8;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar-section {
  height: 100%;
  width: 100%;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  border-radius: 13px;
  box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  background-color: #fff;
  overflow-y: scroll;
  max-height: calc(1000vh - 10px);
  /*  position: sticky; */
}

.blog .sidebar .make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: #545454;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .search-form form button:hover {
  background: #0f61a8;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #949494;
}

.blog .sidebar .categories ul a:hover {
  color: #0f61a8;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bababa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #212121;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #0f61a8;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #bababa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 15px 8px 15px;
  margin: 0 6px 8px 0;
  border: 1px solid #ededed;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #0f61a8;
  background: #0f61a8;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

/*--------------------------------------------------------------
# To Contact
--------------------------------------------------------------*/
.to-contact {
  position: fixed;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  background: #0b2b6a;
  box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(249, 199, 46, 1);
}

.to-contact i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.to-contact:hover {
  color: #fff;
  background: #0678e3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Cardd
--------------------------------------------------------------*/
.cardd .container {
}

.cardd .card {
  width: 22rem;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(32, 191, 240, 1);
}

.cardd .card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cardd .card-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

/*--------------------------------------------------------------
# Why Us Benefit
--------------------------------------------------------------*/
.why-us-benefit {
  background: #f1f8ff;
  padding: 0;
}
.why-us-benefit .content {
  padding: 60px 100px 0 100px;
}
.why-us-benefit .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.why-us-benefit .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us-benefit .content p {
  font-size: 15px;
  color: #848484;
}
.why-us-benefit .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
.why-us-benefit .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us-benefit .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us-benefit .accordion-list li + li {
  margin-top: 15px;
}

.why-us-benefit .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us-benefit .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us-benefit .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us-benefit .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us-benefit .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us-benefit .accordion-list .icon-show {
  display: none;
}
.why-us-benefit .accordion-list a.collapsed {
  color: #343a40;
}
.why-us-benefit .accordion-list a.collapsed:hover {
  color: #0880e8;
}
.why-us-benefit .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us-benefit .accordion-list a.collapsed .icon-close {
  display: none;
}
.why-us-benefit .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.why-us-benefit .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.why-us-benefit .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.why-us-benefit .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}
.why-us-benefit .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .why-us-benefit .content,
  .why-us-benefit .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us-benefit .content {
    padding-top: 30px;
  }
  .why-us-benefit .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# features-tabs Section
--------------------------------------------------------------*/
.features-tabs .nav-tabs {
  border: 0;
}
.features-tabs .nav-link {
  border: 0;
  padding: 25px 20px;
  color: #5670a0;
  box-shadow: 5px 5px 25px rgba(86, 112, 160, 0.35);
  border-radius: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}
.features-tabs .nav-link i {
  font-size: 32px;
  line-height: 0;
}
.features-tabs .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #5670a0;
}
.features-tabs .nav-link:hover {
  color: #0e2d68;
}
.features-tabs .nav-link.active {
  transition: 0.3s;
  /*background: #5670a0 linear-gradient(rgba(50, 121, 252, 0.95), rgba(50, 121, 252, 0.6));*/
  background-color: #0f61a8;
  border-color: #0e2d68;
  color: #fff;
}
.features-tabs .nav-link.active h4 {
  color: #fff;
}
.features-tabs .nav-link.active i {
  color: #fff !important;
}
.features-tabs .tab-content {
  margin-top: 30px;
}
.features-tabs .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.features-tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: #5670a0;
}
.features-tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features-tabs .tab-pane ul li {
  padding-bottom: 10px;
}
.features-tabs .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: #0e2d68;
}
.features-tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
}
.onfocus .video-play {
  min-height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url("../img/intern/about.jpg") center center;
  background-size: cover;
}
.onfocus .content {
  /*background: rgba(3, 29, 102, 0.8);*/ /* , rgba(86, 112, 160, 0.8)), url("../img/intern/cover.jpg") center center*/
  background: #0e2d68;
  background-size: cover;
  /*color: rgba(255, 255, 255, 0.8);*/
  color: #fff;
  padding: 40px;
  font-size: 17px;
}

.onfocus .content strong {
  color: #f9c62e;
  font-weight: bold;
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }
}
.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
.onfocus .content ul {
  list-style: none;
  padding: 0;
}
.onfocus .content ul li {
  padding-bottom: 10px;
}
.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0e2d68;
}
.onfocus .content p:last-child {
  margin-bottom: 0;
}
.onfocus .content .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #0e2d68;
  background: #f9c62e;
}
.onfocus .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.onfocus .content .read-more:hover {
  /*background: rgba(50, 121, 252, 0.9);*/
  background: #fff;
  padding-right: 19px;
}
.onfocus .content .read-more:hover i {
  margin-left: 10px;
}
.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0e2d68 50%, rgba(50, 121, 252, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(50, 121, 252, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.onfocus .play-btn:hover:after {
  border-left: 15px solid #0e2d68;
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}
.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

/*--------------------------------------------------------------
# Client Section
--------------------------------------------------------------*/
.client {
  padding: 0 0 60px 0;
}

.client .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.client .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# clientk
--------------------------------------------------------------*/
.clientk {
  padding-top: 30px;
}

.clientk .clientk-wrap {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.clientk .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
  height: 140px;
}

.clientk .client-logo:hover img {
  transform: scale(1.1);
}

.clientk img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid #0f61a8;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active + .swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f61a8;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding: 120px 0 60px 0;
  min-height: 30vh;
  position: relative;
}

.page-header h2 {
  font-size: 56px;
  font-weight: bold;
  color: #0f61a8;
  font-family: "nunito", sans-serif;
}

@media (max-width: 768px) {
  .page-header h2 {
    font-size: 36px;
  }
}

.page-header p {
  color: #aeaeae;
}

.page-header .cta-btn {
  font-family: #f9c62e;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: #0f61a8;
}

.page-header .cta-btn:hover {
  background: #2cbc85;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(#0b2b6a 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid #0b2b6a;
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #0b2b6a;
  border: 2px solid #0b2b6a;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*modal notification*/

#notifications h5 {
  color: #0b2b6a;
  font-weight: bold;
  font-family: "poppins";
}

#downloads .modal {
  box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -webkit-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
  -moz-box-shadow: 0px 9px 16px -6px rgba(114, 4, 207, 1);
}

#downloads .modal .form-check input[type="checkbox"] {
  border-radius: 50%;
  width: 5px;
}

#downloads h5 {
  color: #0b2b6a;
  font-weight: bold;
  font-family: "poppins";
}
